runtime.memRecordCycle.free_bytes (field)

8 uses

	runtime (current package)
		mprof.go#L123: 	alloc_bytes, free_bytes uintptr
		mprof.go#L131: 	a.free_bytes += b.free_bytes
		mprof.go#L369: 	mpc.free_bytes += size
		mprof.go#L578: 		if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
		mprof.go#L597: 			if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
		mprof.go#L607: 			if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
		mprof.go#L621: 	r.FreeBytes = int64(mp.active.free_bytes)